I am a developer who has inherited an application that creates a fence diagram by passing specifications from a .gsc file to gINT. The database has been upgraded and we are now trying to connect to a specific instance, where previously we connected to server only. I am able to pass DbServerName, EnterprinseDb through the gsc file but cannot pass an instance. The connection in gINT would be Server\Instance... is this possible through a .gsc file?
Hi Kevin
Here is an example script made by the Datgel Output Tool.
**OperationOUTPUT
**CommandEXPORT
**Properties Type=LogName=CPT A4P
**Spec DbSourceMode=4DBServerName=DGAZSV01\DEVELOPMENTDBServerType=4DBServerAuthentication=2EnterpriseDB=2019-10-16 datgel cpt tool dgd 4.01.3 siExportFile=C:\Temp\3.pdfIndividualDatasets=0PDFBookmarkPath=ROOT,1|CPT 05PDFBookmarkRelation=1Project=4.01.3Range=1|CPT 05Resolution=600DepthPage1=##LeaveOrgValue##
**OPERATIONEXECUTE PROGRAM = "C:\Temp\3.pdf"
Phil WadeDatgelBentley Channel Partner and Developer PartnerE: phil.wade@datgel.com | T: +61 2 8202 8600 & +65 6631 9780
Get the most out of gINT with Datgel Tools.
Hi Phil,
Thank you for your response, I did try to pass both server\instance as part of the DBServerName parameter, but when gINT opens it is left blank in the application.
Kevin