AutoCAD Plant 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I have a problem with Report Creation only for projects with SQL Expess. With other projects everything is good.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
We have the same error with SQL.
There is no dialog to log in.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Same issue here with the ProcessPower.dcf error.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The Report Create will work with Windows Authentication for SQL Express. With SQL Authentication there is some issue opening project data and we are currently looking at it. Expect something soon on this.

Mangesh Kalbhor
Autodesk Plant Solutions
Autodesk, Inc.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the heads up. We've confirmed that this is an issue and are working on it. As usual, I can't give any details on when it will be addressed.

Peter Quinn
Senior Product Manager
Autodesk, Inc.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for recognizing the problem, I hope on a hotfix soon.
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
marina.yurova escribió:Hello,
I have a problem with Report Creation only for projects with SQL Expess. With other projects everything is good.
Report Creator ne rabotaet v proektax kotorie podkreplenni s SQL serverom, tak kak SQL server imeet svoi sobstvennie vozmojnosti dlya formirovaniya dokladov, na primer Report Builder.
Yury Bogdanov
ASIDEK(Grupo CT)
Barcelona (Spain)
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Spasibo bolwoe, ybogdanov
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
If anybody has the same problem and wants to use Report Creater with Project with SQL Express, there is one trick.
In the project folder there is 4 files
iso.dcf
otho.dcf
Piping.dcf
ProcessPrower.dcf
Then in every file after the Integrated Seguruty paste the following
<Name>Integrated Security</Name>
<Value xsi:type="xsd:boolean">false</Value>
</Parameter>
<Parameter>
<Name>user id</Name>
<Value xsi:type="xsd:string">sa</Value>
</Parameter>
<Parameter>
<Name>Password</Name>
<Value xsi:type="xsd:string">as</Value>
</Parameter>
<Parameter>
sa - is the id name
and as is the password
After that everything works good.
May be there is a way how to avoid this operation?
Thank you very much
Re: SQL and Report Creator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
How to edit this files?
I see only strange symbols..


